const github.com/google/go-cmp/cmp.diffRemoved
15 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L20: diffRemoved diffMode = '-'
report_compare.go#L153: case diffRemoved:
report_compare.go#L235: case diffIdentical, diffRemoved, diffInserted:
report_compare.go#L250: case diffRemoved:
report_compare.go#L343: outx := opts.WithDiffMode(diffRemoved).FormatDiff(r.Value, ptrs)
report_compare.go#L347: outx = opts2.WithDiffMode(diffRemoved).FormatDiff(r.Value, ptrs)
report_compare.go#L351: list = append(list, textRecord{Diff: diffRemoved, Key: formatKey(r.Key), Value: outx})
report_references.go#L46: case diffRemoved:
report_slices.go#L211: case diffRemoved:
report_slices.go#L224: if !(r.Diff == diffRemoved || r.Diff == diffInserted) { // start a new non-adjacent difference group
report_slices.go#L427: nx := appendChunks(vx.Slice(0, ds.NumIdentical+ds.NumRemoved+ds.NumModified), diffRemoved)
report_text.go#L35: case diffRemoved:
report_text.go#L45: case diffRemoved:
report_text.go#L209: if r.Diff == diffInserted || r.Diff == diffRemoved {
report_text.go#L229: if (d == diffInserted || d == diffRemoved) && len(b[n0:]) > maxColumnLength {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)